home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Omicrophone.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  202b  |  10 lines

  1. #ifndef _OMICROPHONE_H_
  2. #define _OMICROPHONE_H_
  3.  
  4. enum
  5. {
  6.     MICROPHONEOBJECT_DOPPLER = 1008,    // BOOL - use doppler effect
  7.     MICROPHONEOBJECT_DFACTOR = 1009        // REAL - strength of doppler
  8. };
  9.  
  10. #endif